<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/

.banner{

	width: 100%;

	min-width: 1200px;

	height: 600px;

}

.banner&gt;div.active{

	opacity: 1;

}

.banner&gt;div{

	transition: all 0.2s;

	opacity: 0;

	position: absolute;

	width: 100%;

	min-width: 1200px;

	height: 600px;

}



.banner_click{

	opacity: 1;

     min-width: 1200px;

	margin-top: -600px;

	z-index: 11000;

	width: 100%;

	height: 600px;

	position: absolute;

}

.banner_click&gt;ul{

     width: 110px;

     height: 8px;

     margin: 572px auto 0;

}

.banner_click&gt;ul&gt;li{

	border-radius: 5px;

     float: left;

     list-style: none;

     width: 30px;

     height: 8px;

     background: #E8EBED;

     opacity: 0.8;

}

.banner_click&gt;ul&gt;li+li{

     margin-left: 10px;

}

.banner_click&gt;ul&gt;li.active{

     background: #94B258;

}

.banner_click&gt;ul&gt;li&gt;a{

     display: block;

     width: 100%;

     height: 100%;

}

.search{

     overflow: hidden;

     box-shadow: -1px 1px 4px 0 #EFEFEF;

	width: 100%;

	height: 76px;

}

.search&gt;.M{

	height: 28px;

}

.search&gt;.M&gt;div{

     margin-top: 22px;

}

.hotKey&gt;p{

	font-size: 14px;

	margin-right: 10px;

	float: left;

	display: block;

}

.hotKey&gt;a{

	margin-right: 5px;

	margin-top: 7px;

 	font-size: 14px;

	line-height: 14px;

	float: left;

	display: block;

	color: #666666;

	text-decoration: none;

}

.hotKey&gt;a+a{

	border-left: 1px solid #E8E8E8;

     padding: 0 5px;

}

.search&gt;.M&gt;div&gt;form{

	float: right;

	margin-top: -4px;

}



.hotKey{

	margin-top: 2px;

	margin-right: 10px;

	float: left;

     line-height: 28px;

	margin-left: 21px;

}



form{

	margin-right: 31px;

    padding-left: 10px;

	width: 351px;

    height: 35px;

}

form&gt;input:first-child{

	padding-left:10px;

     border-radius: 5px 0 0 5px;

	float: left;

	width: 304px;

	height: 35px;

	border: 1px solid #E8E8E8;

}

form&gt;input:last-child{

     border-radius: 0 5px 5px 0;

	margin-top: 1px;

	width: 35px;

	height: 35px;

	border: none;

	background: #42463B;

}

</pre></body></html>